BinaryField
This allows the developer to directly assign an array of Byte into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set. If you are using the classes generated by Quick Objects Designer, then this step is not required as the generated code automatically does this for you.
Parameters:
| Description | |
|---|---|
| val | Byte[] to set the Value property with. |
Returns:
| Type | |
|---|---|
| BinaryField |
MyBinaryField = myByteArr;
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0